Use Python 3 in script shebangs
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 4 Feb 2020 00:34:03 +0000 (00:34 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 4 Feb 2020 00:34:03 +0000 (00:34 +0000)
commit541d981efaadd8d95b80a79558a63e4c4b99c63e
tree90241dda9ee8c9b853bea5faa13a1e73f453603e
parent007eef7a59ef44e68f57a933b317467dd924be2e
Use Python 3 in script shebangs

(Skipping the two .pyx files with #!python - they need to be compiled
with Cython, not directly run with any version of plain Python)

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name python3_shebangs.patch
12 files changed:
docs/fix_longtable.py
examples/python/plots_boxplots.py
examples/python/robust_models_1.py
statsmodels/regression/quantile_regression.py
statsmodels/sandbox/examples/example_pca.py
statsmodels/tools/print_version.py
tools/backport_pr.py
tools/code_maintenance.py
tools/export_notebooks_to_python.py
tools/generate_formula_api.py
tools/github_stats.py
tools/update_web.py